home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / crayola / common / callbacks.h < prev    next >
C/C++ Source or Header  |  1992-12-16  |  124b  |  14 lines

  1. #ifndef CALLBACKS_H
  2. #define CALLBACKS_H
  3.  
  4. void init();
  5.  
  6. void dopipes();
  7. int checkpipes();
  8.  
  9. int undo();
  10.  
  11. void quit();
  12.  
  13. #endif
  14.